runtime.moduledata.typelinks (field)
7 uses
runtime (current package)
runtime1.go#L592: ret := [][]int32{modules[0].typelinks}
runtime1.go#L595: ret = append(ret, md.typelinks)
symtab.go#L359: typelinks []int32 // offsets from types
type.go#L258: typehash := make(map[uint32][]*_type, len(firstmoduledata.typelinks))
type.go#L265: for _, tl := range prev.typelinks {
type.go#L286: tm := make(map[typeOff]*_type, len(md.typelinks))
type.go#L289: for _, tl := range md.typelinks {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |